home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 July / macformat-026.iso / mac / Demos / Other / Zargon Zoo Demo / Pages / pseventeen / 00455.ls < prev    next >
Encoding:
Text File  |  1994-08-06  |  178 b   |  13 lines

  1. set n to random(5)
  2. if n = 1 then
  3.   go(label("Blink6"))
  4. else
  5.   if n = 2 then
  6.     go(label("Blink7"))
  7.   else
  8.     if n = 3 then
  9.       go(label("Blink8"))
  10.     end if
  11.   end if
  12. end if
  13.